.header-nav  .category-wrap{
    display: block;
}
.header-nav  .category-list{
	box-shadow: 0px 6px 22px 0px rgba(0,0,0,0.05);
	display: block;
}
/* 热门学校 */
.hot-school h2{
	text-align: center;
	height: 42px;
	font-size: 30px;
	font-weight: 600;
	color: #242B3A;
	line-height: 42px;
	margin: 44px 0 17px;
}
.hot-school .tab-box li a{
	display: block;
	font-size: 16px;
	color: #4F5563;
	line-height: 20px;
	padding: 5px 16px;
	margin-right: 12px;
	margin-bottom: 20px;
}
.hot-school .tab-box li a:hover,.hot-school .tab-box li a.active{
	background: #054781;
	border-radius: 15px;
	color: #FFF;
}

.hot-school .tab-content-box .school-box:not(:first-child){
	display: none;
}
.hot-school .tab-content-box .school-box .item,
.hot-school .tab-content-box .school-box>li{
	width: 288px;
	height: 362px;
	background: #FFFFFF;
	border-radius: 8px;
	transition: all 0.3s;
	overflow: hidden;
	padding-bottom: 8px;
}
.hot-school .tab-content-box .school-box .item:hover,
.hot-school .tab-content-box .school-box>li:hover{
	box-shadow: 0px 9px 28px 8px rgba(0,0,0,0.05), 0px 6px 16px 0px rgba(0,0,0,0.08), 0px 0px 3px 0px rgba(0,0,0,0.06);
	transform: translateY(-2px);
}

.hot-school .tab-content-box .school-box .cover{
	width: 288px;
	height: 192px;
	border-radius: 8px 8px 0px 0px;
}

.hot-school .tab-content-box .school-box .info-wrap{
	padding: 16px;
}


.hot-school .tab-content-box .school-box .school-name{
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #242B3A;
	line-height: 25px;
	margin-bottom: 10px;
}

.hot-school .tab-content-box .school-box .school-name:hover{
	color: #054781;
}
.hot-school .tab-content-box .school-box .tag{
	margin-bottom: 30px;
}
.hot-school .tab-content-box .school-box .tag li{
	padding:2px 6px;
	color: #FFF;
	border-radius: 4px;
	font-size: 14px;
	background-color: #054781;
	margin-right: 8px;
}
.hot-school .tab-content-box .school-logo-box{
    height: 40px;
    overflow: hidden;
}
.hot-school .tab-content-box .school-logo-box .school-logo{
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.chat-icon{
	width: 24px;
	height: 21px;
	color: #2C5CCB;
}

.hot-school-swiper {
    position: relative;
  --swiper-navigation-color: #FFF;
  --swiper-navigation-size: 20px;
  width: 1200px;
  /*height: 188px;*/
  /*margin: 16px 0 31px 30px;*/
  /*border-radius: 4px;*/
  overflow: hidden;
}
.hot-school-swiper .item:not(:last-child){
    margin-right: 16px;
}

.hot-school-swiper .swiper-button-next,
.hot-school-swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
}

.hot-school-swiper .swiper-button-next:after,
.hot-school-swiper .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(144, 149, 157, .5);
}

/*.hot-school-swiper .swiper-slide {*/
/*  width: 300px;*/
/*  overflow: hidden;*/
/*  -width: auto;*/
/*}*/
/*.hot-school-swiper .swiper-slide img{*/
/*  border-radius: 3px;*/
/*}*/


/* 推荐机构 */
.recommend-school-box{
	padding: 30px;
	border-radius: 2px;
	background-color: #FFF;
	margin-top: 30px;
}
.recommend-school-box .title-box{
	margin-bottom: 12px;
}
.recommend-school-box h2{
	height: 42px;
	font-size: 30px;
	font-weight: 600;
	color: #242B3A;
	line-height: 42px;
}
.recommend-school-box .cover{
	border-radius: 8px 8px 0px 0px;
}
.recommend-school-box .tab-box li:not(:last-child){
	margin-right: 40px;
}
.recommend-school-box .tab-box li a{
    font-size: 16px;
    border-bottom: 2px solid transparent;
}
.recommend-school-box .tab-box li a:hover,.recommend-school-box .tab-box li a.active{
	font-weight: bold;
	color: #054781;
	border-bottom: 2px solid #054781;
}

.recommend-school-box .content-box .school-box:not(:first-child){
    display: none;
}
.recommend-school-box .content-box .school-box>li{
	width: 273px;
	height: 288px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 8px;
	margin-bottom: 20px;
	transition: all 0.3s;
}
.recommend-school-box .content-box .school-box>li:hover{
    transform: translateY(-2px);
	box-shadow: 0px 9px 28px 8px rgba(0,0,0,0.05), 0px 6px 16px 0px rgba(0,0,0,0.08), 0px 0px 3px 0px rgba(0,0,0,0.06);
}
.recommend-school-box .content-box .school-box .info{
	padding: 12px 16px;
}
.recommend-school-box .content-box .school-box .school-name{
	width: 128px;
	height: 22px;
	font-size: 16px;
	font-weight: bold;
	color: #242B3A;
	line-height: 22px;
	display: block;
	width: 100%;
}
.recommend-school-box .content-box .school-box .school-name:hover{
	color: var(--theme-color);
}
.recommend-school-box .content-box .school-box .intro{
	width: 240px;
	height: 40px;
	font-size: 14px;
	color: #A9AEB6;
	line-height: 20px;
	margin-top: 12px;
}



.re-course .content-box .school-box>li{
    height: auto;
}


.re-course .content-box .school-box .course-name{
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #242B3A;
}
.re-course .view-detail{
    width: 130px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #054781;
    margin: 20px auto;
    
    font-size: 14px;
    color: #054781;
}
.re-course .bottom{
    padding: 0 15px 16px;
}
.re-course .school-logo{
    border-radius: 50%;
    margin-right: 6px;
}
.re-course .s-name{
    flex: 1;
    font-size: 14px;
    color: #4F5563;
}
.re-course .s-name:hover{
    color: #2692FF;
}


.re-course .content-box .course-item .view-detail:hover{
    color: #FFF;
    background-color: #054781;
}


.banner-box .right .news-box {
    height: 325px;
    overflow: hidden;
}






/* 优势 */
.advantage{
	height: 100px;
	background: #FFFFFF;
	margin-top: 30px;
}
.advantage .min-box, .advantage ul{
	height: 100%;
}
.advantage li{
	font-size: 26px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #242B3A;
}
.advantage li img{
	margin-right: 8px;
}

/* 最新 */
.latest-box{
	
	margin-top: 30px;
}
.latest-box .min-box{
	background-color: #FFF;
	padding: 30px;
}
.latest-box h3{
	font-size: 18px;
	font-weight: 600;
	color: #242B3A;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 7px;
	padding-top: 7px;
	position: relative;
	padding-left: 14px;
}
.latest-box h3::before{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 5px;
	height: 22px;
	border-radius: 2px;
	background-color: var(--theme-color);
}
.latest-box .item{
	/*width: 240px;*/
	width: 220PX;
	overflow: hidden;
}
.latest-box .item li{
	margin-top: 16px;
}
.latest-box .item a{
	/*width: 100%;*/
	flex: 1;
	font-size: 16px;
}
.latest-box .school a,.latest-box .course a{
    /*width: 240px;*/
}
.latest-box .item li:hover a,.latest-box .item li:hover span{
	color: var(--theme-color);
	font-weight: bold;
}
.latest-box .item .time{
    font-size: 12px;
    color: #999;
}
/* 热门校区 【热门讲师】*/
.hot-teaching-point,.hot-teacher{
	background-color: #FFF;
	padding: 30px;
}
.hot-teaching-point h3,.hot-teacher h3{
	font-size: 30px;
	font-weight: 600;
	color: #242B3A;
}
.hot-teaching-point h3 span,
.hot-teacher h3 span
{
	width: 77px;
	font-size: 24px;
	font-weight: 500;
	color: #90959D;
}
.hot-teaching-point .list-box .cover-box
{
	width: 140px;
	height: 84px;
	margin-right: 16px;
	border-radius: 2px;
	overflow: hidden;
}
.hot-teaching-point .list-box li,
.hot-teacher .list-box li
{
	width: 30%;
	margin-top: 40px;
	height: 84px;
}
.more-btn{
	width: 102px;
	height: 36px;
	background: #FFFFFF;
	border-radius: 18px;
	border: 1px solid #E5E5E5;
	display: flex;
	align-items: center;
	justify-content: center;
}
.more-btn:hover{
	color: var(--theme-color);
	border-color: var(--theme-color);
}

.hot-teaching-point .teaching-point
{
	width: 144px;
	height: 44px;
	font-size: 16px;
	font-weight: 400;
	color: #242B3A;
	line-height: 22px;
}

.hot-teaching-point .school-name{
	width: 60px;
	height: 17px;
	font-size: 12px;
	color: #999999;
	line-height: 17px;
}
.hot-teaching-point .teaching-point:hover{
	color: var(--theme-color);
}


/* 热门讲师 */
.hot-teacher .list-box li{
	width: 369px;
	height: 128px;
	background: #F7F8F9;
	border-radius: 8px;
	padding: 20px;
	border: 1px solid transparent;
}
.hot-teacher .list-box li:hover{
	border: 1px solid var(--theme-color);
}
.hot-teacher .list-box .cover-box{
	width: 88px;
	height: 88px;
	margin-right: 16px;
	border-radius: 50%;
	overflow: hidden;
}
.hot-teacher .teacher-name{
	height: 22px;
	font-size: 16px;
	color: #242B3A;
	line-height: 22px;
	font-weight: bold;
}
.hot-teacher .teacher-name:hover{
	color: var(--theme-color);
}
.hot-teacher .style{
	width: 213px;
}

/* 城市弹窗 */
.city-popup{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	left:0;
	top:0;
	z-index: 99999999;
	display: none;
}

.city-popup .content{
	width: 800px;
	min-height: 588px;
	background: #FFFFFF;
	border-radius: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
}
.city-popup .content .top{
	width: 800px;
	height: 120px;
	background: #FFFFFF;
	border-radius: 8px 8px 0px 0px;
	position: relative;
}

.city-popup .content .top .title{
	height: 37px;
	font-size: 26px;
	font-weight: 600;
	color: #242B3A;
	line-height: 37px;
	margin-bottom: 5px;
}

.city-popup .content .top .icon{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 15px;
	right: 15px;
	transition: all 0.3s;
	cursor: pointer;
}

.city-popup .content .top .icon:hover{
	color: var(--theme-color);
	transform: rotate(180deg);
}

.city-popup .content .guess{
	padding: 15px 40px;
	border-bottom: 1px dashed #E5E5E5;

	font-size: 16px;
	font-weight: 400;
	color: #242B3A;
	line-height: 22px;
}

.city-popup .content .guess .current-city{
	color: #00C483;
	margin-left: 10px;
}
.city-popup .content .guess .yes,
.city-popup .content .guess .no{
	display: block;
	padding: 6px 12px;
	border-radius: 6px;
}
.city-popup .content .guess .yes{
	background: var(--theme-color);
	color: #FFF;
	margin-left: 20px;
}
.city-popup .content .guess .no{
	border:1px solid  var(--theme-color);
	color: var(--theme-color);
	margin-left: 12px;
	
}

.city-popup .content .city-list{
	padding:10px;
}
.city-popup .content .city-list>ul{
	width: 49%;
}
.city-popup .content .city-list .letter{
	margin-right: 20px;
	font-weight: bold;
	color: #00C483;
}
.city-popup .content .city-list>ul>li{
	margin-bottom: 10px;
}
.city-popup .content .city-list .city-item-box{
    flex: 1;
}
.city-popup .content .city-list .city-item-box li{
	
	margin-right: 12px;
}
.city-popup .content .city-list .city-item-box li a{
	display: block;
	border-radius: 8px;
	padding: 3px 5px;
	font-size: 14px;
}
.city-popup .content .city-list .city-item-box li a:hover{
	background-color: var(--theme-color);
	color: #FFF;
}